From 271eecddb5155097258935e93840a7a2bbe25e9f Mon Sep 17 00:00:00 2001 From: zv Date: Wed, 7 Oct 2015 18:17:46 -0700 Subject: [PATCH] Added `none` option to --vcs --- src/etc/_cargo | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/etc/_cargo b/src/etc/_cargo index 75a588acb..197cdb422 100644 --- a/src/etc/_cargo +++ b/src/etc/_cargo @@ -131,7 +131,7 @@ case $state in new) _arguments \ '--bin[use binary template]' \ - '--vcs:initialize a new repo with a given VCS:(git hg)' \ + '--vcs:initialize a new repo with a given VCS:(git hg none)' \ '(-h, --help)'{-h,--help}'[show help message]' \ '(-v, --verbose)'{-v,--verbose}'[use verbose output]' \ '--color=[colorization option]' \ -- 2.30.2